PDF4Java Reference Documentation
com.o2sol.pdf4java.core.security Package / PDFStandardSecurityHandler Class / getEnableContentExtractionForAccessibility Method
In This Topic
    getEnableContentExtractionForAccessibility Method
    In This Topic
    Gets a value indicating whether the user can extract the content of the document in support of accessibility.
    This property is valid only for security handlers that use 128 bit keys.
    Syntax
    public boolean getEnableContentExtractionForAccessibility()

    Return Value

    True if the user can extract text and graphics (in support of accessibility to users with disabilities or for other purposes).
    See Also